In SPARQL, you can filter DBpedia results using the FILTER keyword. This keyword allows you to specify a condition that the results must meet in order to be included in the final output. For example, you can filter results based on the values of certain properties, such as filtering for only results where the value of a specific property is equal to a certain value. You can also use relational operators like >, <, >=, and <= to filter results based on numerical comparisons.